Op registry to warn instead of error against duplicated op s (#18179)#18179
Op registry to warn instead of error against duplicated op s (#18179)#18179rezaasjd wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18179
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 1 PendingAs of commit e6038a9 with merge base 69ae8c5 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
…#18179) Summary: Resolves the issue where duplicated primitive ops can be attempted to be registered from multiple ET runners. The error can be silent in pre-main static intialization. Differential Revision: D96544230
291af8d to
8067d67
Compare
|
What's the use case of multiple runners? |
multiple subsystem are running their own et runner. For instance, an MCU thread where its running ET runner for model x, and a DSP thread where it's running a separate ET runner for model Y. |
…#18179) Summary: Resolves the issue where duplicated primitive ops can be attempted to be registered from multiple ET runners. The error can be silent in pre-main static intialization. Differential Revision: D96544230
8067d67 to
e6038a9
Compare
Summary:
Resolves the issue where duplicated primitive ops can be attempted to be registered from multiple ET runners.
The error can be silent in pre-main static intialization.
Differential Revision: D96544230